home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / cluster / util1 / filters.bat < prev    next >
Encoding:
DOS Batch File  |  1993-02-06  |  670 b   |  23 lines

  1. @echo off
  2. rem                                                             DL1SBR 1992
  3. rem
  4. rem FILTERS.BAT calls FILTERS.EXE, which reads FILTERS.DAT
  5. rem and kills away any entries not found in a file called OPER.LST.
  6. rem
  7. rem Format of OPER.LST:
  8. rem each line contains one callsign in uppercase letters
  9. rem
  10. rem This will keep your FILTERS.DAT small and clean of users who connect
  11. rem to your node just once a year!
  12. rem
  13. rem
  14. rem Enter "FILTERS.BAT" explicitly as "FILTERS" alone will
  15. rem start FILTERS.EXE !
  16. rem
  17. rem
  18. cd \packclus
  19. filters.exe
  20. erase \packclus\filters.old
  21. rename \packclus\filters.dat filters.old
  22. rename \packclus\filters.out filters.dat
  23.